home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / COLMNHDR.RH < prev    next >
Text File  |  1997-05-06  |  554b  |  18 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1993, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.0  $
  6. //
  7. // Resource IDs used by TColumnHeader for 16-bit control emulation
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_COLMNHDR_RH)
  10. #define OWL_COLUMNHDR_RH
  11.  
  12. #define IDC_SIZEBARV  1010
  13. #define IDC_SIZEBARH  1011
  14. #define IDC_SPLITV    1012
  15. #define IDC_SPLITH    1013
  16.  
  17. #endif // OWL_COLUMNHDR_RH
  18.